The PntClient object is used to display and manipulate the PNT. Declare the object using the following code:
|
CreateObject("CxPnt.PntClient") |
Each method in this document will assume you have declared the PNT object using the following code:
|
Dim PntClient Set PntClient = CreateObject("CxPnt.PntClient") PntClient.connect("CYGDEMO.PNT") |
More: